Represents the method that will handle a dicom match.
Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub DicomMatchDelegate(Of T1)( _
ByVal obj As T1, _
ByVal ds As DicomDataSet _
) |
Parameters
- obj
- The data created from the match.
- ds
- The original dataset returned from the C-FIND-REQ.
Type Parameters
- T1
- The type of class to return on a match.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also